Configuration Parameters for Custom Application Connectors |
|
General tab
Field |
Description |
Example |
---|---|---|
Name |
Specifies the name of the Application Connector. |
com.cordys.mypack.CountConnector |
Description |
Describes the Application Connector. |
com.cordys.mypack.CountConnector |
Implementation Class |
Specifies the fully qualified Java class name which contains the implementation of the Application Connector ( com.eibus.soap.ApplicationConnector) . |
com.cordys.mypack.CountConnector |
Property Page |
Specifies the name of the HTML page which accepts configuration inputs for the application connector. |
|
Image |
Specifies the name of the image that is displayed in the configuration page. |
configurationconnector.png |
Supports JVM sharing |
Specifies whether the application connector can share a JVM or not. If this check box is selected, it indicates that other application connectors can also be hosted in the same Service Container, to which the application connector is configured. |
|
Use custom classpath |
This refers to the Service Container classpath that is identified while defining an application connector By selecting custom classpath, you can choose only the necessary .jar files and the location of these files can be used as classpath entries. |
|
Logging Categories tab
Description |
Example |
---|---|
Process Platform provides certain default logger categories and trace levels. Apart from these, you can also specify some custom categories that have to be published. Click and provide the following details:
|
|
|
|
Startup Dependencies tab
Description |
Example |
---|---|
Specifies the list of dependent namespaces for the Service Container to start. Click and type the namespace in the empty row that is added to the table. |
http://schemas.cordys.com/1.0/xmlstore |
Note: To initialize a set of Service Containers in batches, it is necessary to define a dependency list. This list is associated with the application connector, hence is a part of the Application Connector configuration. Refer to Role of Application Developer in the batch start of Service Containers for more information.